Skip to content

Commit dc7e902

Browse files
committed
bump version 0.9.9 -> 0.9.10 and update changelog
Signed-off-by: Stephen L Arnold <[email protected]>
1 parent b1e79d7 commit dc7e902

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

changelog.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,26 @@
33
================
44

55

6+
0.9.10 (2020-11-20)
7+
-------------------
8+
- Bump version 0.9.9 -> 0.9.10. [Stephen L Arnold]
9+
- Merge pull request #97 from freepn/systemd-fixes. [Steve Arnold]
10+
- Add init fixes for ip6_tables to systemd/openrc and update release notes.
11+
12+
* closes issue #95 and removes cfg file install
13+
14+
15+
0.9.9 (2020-11-19)
16+
------------------
17+
- Bump version 0.9.8 -> 0.9.9 (fixes python dep resolution in deb pkg) [Stephen L Arnold]
18+
- Merge pull request #96 from freepn/check-deps. [Steve Arnold]
19+
20+
* setup.py: restore old requires urls, keep appdirs version
21+
* Add bdist build/deploy check as final step.
22+
* Run CI tests on both ubuntu targets.
23+
* Setup.py: restore old requires urls, keep appdirs version.
24+
25+
626
0.9.8 (2020-11-16)
727
------------------
828
- update appdirs version and install coverage for ci

node_tools/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,5 +89,5 @@
8989
'wait_for_moon',
9090
]
9191

92-
__version__ = '0.9.9'
92+
__version__ = '0.9.10'
9393
__version_info__ = tuple(int(segment) for segment in __version__.split('.'))

0 commit comments

Comments
 (0)