Skip to content

Commit 966973c

Browse files
Fix design_codes module; bump version
1 parent 7f7a094 commit 966973c

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

concreteproperties/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
A python package to calculate the section properties of arbitrary reinforced concrete
33
sections.
44
"""
5-
__version__ = "0.4.0"
5+
__version__ = "0.4.1"

concreteproperties/design_codes/__init__.py

Whitespace-only changes.

docs/source/_static/switcher.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"url": "https://robbievanleeuwen.github.io/concrete-properties/"
55
},
66
{
7-
"version": "0.4.0",
8-
"url": "https://robbievanleeuwen.github.io/concrete-properties/0.4.0/"
7+
"version": "0.4.1",
8+
"url": "https://robbievanleeuwen.github.io/concrete-properties/0.4.1/"
99
},
1010
{
1111
"version": "0.3.1",

todo.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
# POST-RELEASE ITEMS
1+
# To Do List
2+
23
- [ ] Add prestressing
34
- [ ] More tests!
45

5-
# Version Instructions
6+
## Version Instructions
7+
68
1. Change version in __init__.py
79
2. Update switcher.json
810
3. Push to github & create release (wait for actions to complete)

0 commit comments

Comments
 (0)