Skip to content

Commit

Permalink
Release 0.5.0
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Maier <andreas.r.maier@gmx.de>
  • Loading branch information
andy-maier committed Apr 12, 2021
1 parent b20ca47 commit e47ada7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ on:
- # cron (in UTC): minute hour day_of_month month day_of_week
cron: '00 03 * * SUN'
push:
branches: [ master ]
branches: [ master, stable_0.5 ]
pull_request:
branches: [ master ]
branches: [ master, stable_0.5 ]

jobs:

Expand Down
6 changes: 3 additions & 3 deletions docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ Change log
==========


Version 0.5.0.dev1
------------------
Version 0.5.0
-------------

Released: not yet
Released: 2021-04-12

Initial release
2 changes: 1 addition & 1 deletion immutable_views/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
"""

# For a description, see __init__.py.
__version__ = '0.5.0.dev1'
__version__ = '0.5.0'

0 comments on commit e47ada7

Please sign in to comment.