Skip to content

Commit

Permalink
Bump to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Misha Balyasin committed Oct 28, 2022
1 parent 6674d5e commit b5738e7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unrealeased]
## Unrealesed

### Changed

## [0.4.0]

### Changed
- Updated all versions to the latest available (courtesy of `dependabot`)
Expand Down
2 changes: 1 addition & 1 deletion extra_model/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

from extra_model._models import ExtraModel, extra_factory # noqa

__version__ = "0.3.0"
__version__ = "0.4.0"
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ console_scripts =
extra-model-setup = extra_model._cli:entrypoint_setup

[bumpversion]
current_version = 0.3.0
current_version = 0.4.0
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion tests/test_init.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@


def test_init():
assert extra_model.__version__ == "0.3.0"
assert extra_model.__version__ == "0.4.0"

0 comments on commit b5738e7

Please sign in to comment.