Skip to content

Commit

Permalink
Bump version to 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jacebrowning committed Jan 26, 2019
1 parent 08579c2 commit f250d81
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
@@ -1,8 +1,8 @@
# 1.6 (unreleased)
# 1.6 (2019-01-26)

- Added `git svn` support. (@daniel-brosche)
- Added `$GITMAN_CACHE_DISABLE` to disable repository mirrors. (@daniel-brosche)
- Added `--skip-changes` option to skip changed dependencies on install or update command
- Added `--skip-changes` option to skip changed dependencies on install or update command. (@daniel-brosche)
- **BREAKING**: Dropped support for Python 3.5.

# 1.5 (2018-09-08)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,7 +1,7 @@
[tool.poetry]

name = "gitman"
version = "1.6a4"
version = "1.6"
description = "A language-agnostic dependency manager using Git."

license = "MIT"
Expand Down

0 comments on commit f250d81

Please sign in to comment.