Skip to content

Commit

Permalink
Merge pull request #40 from ParkenDD/version-0-4-0-preparations
Browse files Browse the repository at this point in the history
0.4.0 release with package version updates
  • Loading branch information
the-infinity authored May 16, 2024
2 parents 55e9f2b + 45ca105 commit 0022af8
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@ jobs:
- uses: actions/checkout@v4

- name: Set timezone to Europe/Berlin
uses: szenius/set-timezone@v1.2
uses: szenius/set-timezone@v2.0
with:
timezoneLinux: "Europe/Berlin"

- name: Setup Python 3.10
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.10'

Expand Down
23 changes: 21 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## 0.4.0

Released 2024-05-16

### Features

* Converter: [Konstanz Bike](https://github.com/ParkenDD/parkapi-sources-v3/pull/36), including some enumeration enhancements
* Converter: [Ellwangen](https://github.com/ParkenDD/parkapi-sources-v3/pull/26)
* Converter: [Karlsruhe Bike](https://github.com/ParkenDD/parkapi-sources-v3/pull/29)
* Experimental Converter: [RadVIS](https://github.com/ParkenDD/parkapi-sources-v3/pull/33), including some smaller model enhancements


### Fixes:

* Add static attributes [at `pub_bw` Converter](https://github.com/ParkenDD/parkapi-sources-v3/pull/32)
* Mannheim and Buchen [updated their data format to ParkAPI](https://github.com/ParkenDD/parkapi-sources-v3/pull/37)


## 0.3.1

Released 2024-05-03
Expand All @@ -11,7 +29,7 @@ Fixes:

Released 2024-05-02

Features:
### Features:

* Automated tests via CI pipeline
* Converter: [Neckarsulm bike](https://github.com/ParkenDD/parkapi-sources-v3/pull/27)
Expand All @@ -20,7 +38,8 @@ Features:
* Converter: [Reutlingen bike](https://github.com/ParkenDD/parkapi-sources-v3/pull/28)
* Converter: [Baden-Württemberg: Park und Mitfahren](https://github.com/ParkenDD/parkapi-sources-v3/pull/18)

Fixes:
### Fixes:

* [Fix required key at Heidelberg converter](https://github.com/ParkenDD/parkapi-sources-v3/pull/20)


Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ We support following data sources:
| Stadt Mannheim | car | push (json) | `mannheim` | yes |
| Stadt Neckarsulm: PKW-Parkplätze | car | pull | `neckarsulm` | no |
| Stadt Neckarsulm: Fahrrad-Abstellanlagen | bike | pull | `neckarsulm_bike` | no |
| Stadt Karlsruhe | car | push (csv) | `neckarsulm` | no |
| Baden-Württemberg: Parken und Mitfahren | car | push (xlsx) | `pum_bw` | no |
| RadVIS Baden-Württemberg (experimental) | bike | pull | `radvis_bw` | no |
| Parkraumgesellschaft Baden-Württemberg | car | pull | `pbw` | yes |
Expand Down
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ classifiers = [
]

dependencies = [
"validataclass~=0.9.0",
"validataclass~=0.10.0",
"pyproj~=3.6.1",
"lxml~=5.2.1",
"openpyxl~=3.1.2",
Expand All @@ -44,9 +44,9 @@ dependencies = [

[project.optional-dependencies]
testing = [
"black~=24.3.0",
"ruff~=0.3.5",
"pytest~=8.1.1",
"black~=24.4.2",
"ruff~=0.4.1",
"pytest~=8.2.0",
"pytest-cov~=5.0.0",
"requests-mock~=1.12.1",
]
Expand Down
8 changes: 4 additions & 4 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
black~=24.3.0
ruff~=0.3.5
pytest~=8.1.1
black~=24.4.2
ruff~=0.4.1
pytest~=8.2.0
pytest-cov~=5.0.0
requests-mock~=1.12.1
tox~=4.14.2
tox~=4.15.0
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
validataclass~=0.9.0
validataclass~=0.10.0
pyproj~=3.6.1
lxml~=5.2.1
openpyxl~=3.1.2
Expand Down

0 comments on commit 0022af8

Please sign in to comment.