Skip to content

Commit e47ada7

Browse files
committed
Release 0.5.0
Signed-off-by: Andreas Maier <andreas.r.maier@gmx.de>
1 parent b20ca47 commit e47ada7

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ on:
99
- # cron (in UTC): minute hour day_of_month month day_of_week
1010
cron: '00 03 * * SUN'
1111
push:
12-
branches: [ master ]
12+
branches: [ master, stable_0.5 ]
1313
pull_request:
14-
branches: [ master ]
14+
branches: [ master, stable_0.5 ]
1515

1616
jobs:
1717

docs/changes.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ Change log
55
==========
66

77

8-
Version 0.5.0.dev1
9-
------------------
8+
Version 0.5.0
9+
-------------
1010

11-
Released: not yet
11+
Released: 2021-04-12
1212

1313
Initial release

immutable_views/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
"""
77

88
# For a description, see __init__.py.
9-
__version__ = '0.5.0.dev1'
9+
__version__ = '0.5.0'

0 commit comments

Comments
 (0)