Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.4.0 #94

Merged
merged 3 commits into from
Jul 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
Loading