Skip to content

Commit

Permalink
Merge branch 'release/v0.4.7'
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Panchenko committed May 24, 2024
2 parents 2aa5e2b + 4470590 commit e6b7e7e
Show file tree
Hide file tree
Showing 7 changed files with 126 additions and 64 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.4.6
current_version = 0.4.7
commit = False
tag = False
allow_dirty = False
Expand Down
2 changes: 1 addition & 1 deletion latest_release_notes.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Release Notes: 0.4.6
# Release Notes: 0.4.7

## Bugfix release
- Fixed bugs in RemoteStorage related to name collisions and serialization.
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
tox
bump2version
black
isort==5.6.4
isort~=5.12.0
nbstripout==0.5.0
pre-commit
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
package_dir={"": "src"},
packages=find_packages(where="src"),
include_package_data=True,
version="0.4.6",
version="0.4.7",
description="Utils for accessing data from anywhere",
install_requires=open("requirements.txt").readlines(),
setup_requires=["wheel"],
Expand Down
2 changes: 1 addition & 1 deletion src/accsr/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.4.6"
__version__ = "0.4.7"
Loading

0 comments on commit e6b7e7e

Please sign in to comment.