We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36c6388 commit b34b2f0Copy full SHA for b34b2f0
CHANGES.rst
@@ -1,4 +1,4 @@
1
-2.1.y - Unreleased
+2.1.0 - 2015-07-26
2
==================
3
4
- [feature] enable jail_parallel_start in rc.conf of jail host
setup.py
@@ -5,7 +5,7 @@
5
README = open(os.path.join(here, 'README.rst')).read()
6
CHANGES = open(os.path.join(here, 'CHANGES.rst')).read()
7
8
-version = "2.1.0.dev0"
+version = "2.1.0"
9
10
install_requires = [
11
'PyYAML',
0 commit comments