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.
2 parents 8377f52 + 70781b1 commit 0171dc3Copy full SHA for 0171dc3
4 files changed
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Revision History
2
3
+## 1.0 (2016/05/22)
4
+
5
+- Initial stable release.
6
7
## 0.11 (2016/05/10)
8
9
- Removed dependency on `sh` to support Cygwin/MinGW/etc. on Windows.
gitman/__init__.py
@@ -3,7 +3,7 @@
import sys
__project__ = 'GitMan'
-__version__ = '0.11'
+__version__ = '1.0'
CLI = 'gitman'
PLUGIN = 'deps'
requirements.txt
@@ -1 +1 @@
-YORM ~= 0.8
+YORM ~= 1.0
setup.py
@@ -35,7 +35,7 @@
35
long_description=LONG_DESCRIPTION,
36
license='MIT',
37
classifiers=[
38
- 'Development Status :: 4 - Beta',
+ 'Development Status :: 5 - Production/Stable',
39
'Environment :: Console',
40
'Intended Audience :: Developers',
41
'License :: OSI Approved :: MIT License',
0 commit comments