Skip to content

Commit

Permalink
Update list of changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jacebrowning committed Jan 6, 2017
1 parent 1753914 commit eb8fb34
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,7 @@

- Added coloring to the command-line output.
- Added preliminary Windows support.
- Fixed issue where `<dirty>` could be saved as a locked revision.

## 1.0.2 (2016/07/28)

Expand Down
2 changes: 1 addition & 1 deletion gitman/__init__.py
Expand Up @@ -3,7 +3,7 @@
import sys

__project__ = 'GitMan'
__version__ = '1.1b1'
__version__ = '1.1b2'

CLI = 'gitman'
PLUGIN = 'deps'
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -72,13 +72,14 @@ def read_descriptions():
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Topic :: Software Development',
'Topic :: Software Development :: Build Tools',
'Topic :: Software Development :: Version Control',
'Topic :: System :: Software Distribution',
],

install_requires=[
'YORM==1.2b5',
'YORM~=1.1',
],
)

0 comments on commit eb8fb34

Please sign in to comment.