File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 3
3
================
4
4
5
5
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
+
6
26
0.9.8 (2020-11-16)
7
27
------------------
8
28
- update appdirs version and install coverage for ci
Original file line number Diff line number Diff line change 89
89
'wait_for_moon' ,
90
90
]
91
91
92
- __version__ = '0.9.9 '
92
+ __version__ = '0.9.10 '
93
93
__version_info__ = tuple (int (segment ) for segment in __version__ .split ('.' ))
You can’t perform that action at this time.
0 commit comments