File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 4
4
5
5
- _ Insert changes/features/fixes for next release here_
6
6
7
+ #### Packaging
8
+
9
+ - ` poetry build ` used to package in place of ` python setup.py build ` (#729 )
10
+
11
+ Package maintainers: If you run into any issues at
12
+ [ #625 ] ( https://github.com/tmux-python/tmuxp/issues/625 ) .
13
+
14
+ Additionally, ` libtmux ` has been pinned to a similar release at
15
+ [ 0.10.3] ( https://pypi.org/project/libtmux/0.10.3/ ) which has used the new
16
+ build process.
17
+
18
+ - ` poetry publish ` instead of ` twine upload dist/* ` (#729 )
19
+
20
+ Similar to the above, reach out to the #625 issue if you bump into problems.
21
+
7
22
#### What's new
8
23
9
24
- ` tmuxp edit ` for configuration changes (#707 , @GlebPoljakov )
13
28
Inside a project: ` tmuxp edit . `
14
29
15
30
### Removed support
31
+
16
32
- Python 3.6 support has been removed (#726 )
17
33
18
34
### Development
You can’t perform that action at this time.
0 commit comments