Skip to content

Commit

Permalink
Bump version to 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jacebrowning committed Apr 13, 2020
1 parent 37b3b90 commit 4afe028
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 39 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,4 +1,4 @@
# 2.0 (beta)
# 2.0 (2020-04-13)

- **BREAKING**: Removed legacy `gdm` CLI entry point.
- **BREAKING**: Dropped support for Python 3.6.
Expand Down
72 changes: 36 additions & 36 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
@@ -1,7 +1,7 @@
[tool.poetry]

name = "gitman"
version = "2.0b3"
version = "2.0"
description = "A language-agnostic dependency manager using Git."

license = "MIT"
Expand Down Expand Up @@ -42,7 +42,7 @@ classifiers = [

python = "^3.7"

datafiles = ">=0.9b5"
datafiles = ">=0.9"
minilog = "^1.5"

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit 4afe028

Please sign in to comment.