Skip to content

Commit

Permalink
v0.4.0 (#94)
Browse files Browse the repository at this point in the history
* Update version.py

* Update test_version.py

* Update changelog.md
  • Loading branch information
gsheni authored Jul 8, 2023
1 parent 9a86f64 commit b8e340a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
13 changes: 7 additions & 6 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@

Changelog
---------
What’s new in 0.4.0 (X, 2023)
=====================================

v0.4.0 (July 8, 2023)
=====================
* Enhancements
* Add detailed walkthroughts in Examples directory [#60][#60]
* Add code coverage analysis from Codecov [#77][#77]
Expand All @@ -19,8 +20,8 @@ What’s new in 0.4.0 (X, 2023)
[#87]: <https://github.com/HDI-Project/Trane/pull/87>
[#93]: <https://github.com/HDI-Project/Trane/pull/93>

What’s new in 0.3.0 (February 24, 2023)
=======================================
v0.3.0 (February 24, 2023)
==========================

* Enhancements
* Add workflow to clear old caches [#57][#57]
Expand All @@ -32,8 +33,8 @@ What’s new in 0.3.0 (February 24, 2023)
[#57]: <https://github.com/HDI-Project/Trane/pull/57>
[#58]: <https://github.com/HDI-Project/Trane/pull/58>

What’s new in 0.2.0 (January 5, 2023)
=====================================
v0.2.0 (January 5, 2023)
========================

* Enhancements
* Add instructions on how to release trane and changelog updated checker [#45][#45]
Expand Down
2 changes: 1 addition & 1 deletion tests/test_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


def test_version():
assert __version__ == "0.3.0"
assert __version__ == "0.4.0"
2 changes: 1 addition & 1 deletion trane/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.3.0"
__version__ = "0.4.0"

0 comments on commit b8e340a

Please sign in to comment.