Skip to content

Commit

Permalink
Bump version to 3.3.3 to include updated bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jacebrowning committed Feb 24, 2023
1 parent be5cac4 commit 2018c40
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 3.3.2 (2023-01-25)
# 3.3.3 (2023-01-25)

- Fixed handling of `depth` to find nested configs. (@DavidWatkins)

Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ coveragespace==6.0 ; python_version >= "3.8" and python_version < "4.0"
datafiles==2.0 ; python_version >= "3.8" and python_version < "4.0"
docopt==0.6.2 ; python_version >= "3.8" and python_version < "4.0"
freezegun==1.2.2 ; python_version >= "3.8" and python_version < "4.0"
future==0.18.2 ; python_version >= "3.8" and python_version < "4.0" and sys_platform == "win32"
future==0.18.3 ; python_version >= "3.8" and python_version < "4.0" and sys_platform == "win32"
ghp-import==2.1.0 ; python_version >= "3.8" and python_version < "4.0"
idna==3.3 ; python_version >= "3.8" and python_version < "4"
importlib-metadata==4.12.0 ; python_version >= "3.8" and python_version < "4.0"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]

name = "gitman"
version = "3.3.2"
version = "3.3.3"
description = "A language-agnostic dependency manager using Git."

license = "MIT"
Expand Down

0 comments on commit 2018c40

Please sign in to comment.