Bump version for release.
This commit is contained in:
parent
cd51e9c1ea
commit
962daaa8b9
2 changed files with 2 additions and 2 deletions
2
NEWS
2
NEWS
|
@ -1,4 +1,4 @@
|
||||||
1.8.2.dev0
|
1.8.2
|
||||||
* #345: Add "key export" action to export a copy of the repository key for safekeeping in case
|
* #345: Add "key export" action to export a copy of the repository key for safekeeping in case
|
||||||
the original goes missing or gets damaged.
|
the original goes missing or gets damaged.
|
||||||
* #727: Add a MariaDB database hook that uses native MariaDB commands instead of the deprecated
|
* #727: Add a MariaDB database hook that uses native MariaDB commands instead of the deprecated
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -1,6 +1,6 @@
|
||||||
from setuptools import find_packages, setup
|
from setuptools import find_packages, setup
|
||||||
|
|
||||||
VERSION = '1.8.2.dev0'
|
VERSION = '1.8.2'
|
||||||
|
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
|
|
Loading…
Reference in a new issue