Skip to content

Commit

Permalink
chore: Bumped version for release 3.4.0 (#918)
Browse files Browse the repository at this point in the history
* New release for 3.4.0

Signed-off-by: github-actions <[email protected]>

* Bumped version to 3.4.0

Signed-off-by: github-actions <[email protected]>

Co-authored-by: github-actions <[email protected]>
  • Loading branch information
github-actions[bot] and github-actions authored Feb 4, 2021
1 parent 48441cd commit 3ee6d56
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
### Fix
* Made commit author consistent ([#917](https://github.com/amundsen-io/amundsenfrontendlibrary/issues/917)) ([`48441cd`](https://github.com/amundsen-io/amundsenfrontendlibrary/commit/48441cd3c073c7a68145fa329ea35ad125707d4d))
* Yaml syntax error ([#913](https://github.com/amundsen-io/amundsenfrontendlibrary/issues/913)) ([`8f49627`](https://github.com/amundsen-io/amundsenfrontendlibrary/commit/8f496279c5835f59cd120d23b589a9cd708d536d))
* Add chore to monthly release PRs ([#912](https://github.com/amundsen-io/amundsenfrontendlibrary/issues/912)) ([`9323862`](https://github.com/amundsen-io/amundsenfrontendlibrary/commit/93238628029a439d10a68398bcda19bb2992b945))
* Removed echo for changelog command ([#910](https://github.com/amundsen-io/amundsenfrontendlibrary/issues/910)) ([`bb22d4d`](https://github.com/amundsen-io/amundsenfrontendlibrary/commit/bb22d4d2babc015752c2dd38d3a3c380ab62473e))
* Add changelog file ([#907](https://github.com/amundsen-io/amundsenfrontendlibrary/issues/907)) ([`f06c50e`](https://github.com/amundsen-io/amundsenfrontendlibrary/commit/f06c50e03372a76472e523d222cc14db553f8fee))
* Made change to preserve format of changelog ([#896](https://github.com/amundsen-io/amundsenfrontendlibrary/issues/896)) ([`0d56d72`](https://github.com/amundsen-io/amundsenfrontendlibrary/commit/0d56d7228c4bd5e4a484e896390f322a77704f11))
* Fixed reviewers field syntax error ([#892](https://github.com/amundsen-io/amundsenfrontendlibrary/issues/892)) ([`b7f99d4`](https://github.com/amundsen-io/amundsenfrontendlibrary/commit/b7f99d4abef2c8468550b151678cfa1b317d35d6))
* Made branch eval and added reviewers ([#891](https://github.com/amundsen-io/amundsenfrontendlibrary/issues/891)) ([`dd57d44`](https://github.com/amundsen-io/amundsenfrontendlibrary/commit/dd57d445f3e76d2deb558df67a62e1fbcb1826df))
* Changed release workflow completely ([#882](https://github.com/amundsen-io/amundsenfrontendlibrary/issues/882)) ([`5dfcd09`](https://github.com/amundsen-io/amundsenfrontendlibrary/commit/5dfcd09feb6b28d4fa2921ed21d545b319e46e95))
* Index tag info into elasticsearch immediately after ui change ([#883](https://github.com/amundsen-io/amundsenfrontendlibrary/issues/883)) ([`b34151c`](https://github.com/amundsen-io/amundsenfrontendlibrary/commit/b34151c3b989246513c1a0c0030d0193fefee962))
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def build_js() -> None:
with open(requirements_path) as requirements_file:
requirements = requirements_file.readlines()

__version__ = '3.3.1'
__version__ = '3.4.0'


setup(
Expand Down

0 comments on commit 3ee6d56

Please sign in to comment.