Skip to content

Commit

Permalink
set version, fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
vvmruder committed Jun 16, 2023
1 parent ebffae9 commit 22cbfb3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

setup(
name='geolink2oereb',
version='0.1.7',
version='0.1.8',
description='Transforms a geolink to OeREBKRMtrsfr_V2_0 document entities',
license='BSD',
long_description='{readme}\n\n{changelog}'.format(readme=readme, changelog=changelog),
Expand Down
2 changes: 1 addition & 1 deletion src/geolink2oereb/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.1.7'
__version__ = '0.1.8'
3 changes: 0 additions & 3 deletions src/geolink2oereb/transform.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,3 @@ def assign_uuids(unique_dokumente, unique_aemter):
amt.set_TID(new_amt_uuid)
uuid_aemter.append(amt)
return uuid_dokumente, uuid_aemter

unique_dokumente, unique_aemter = unify_gathered(run_batch([4305,4304], 'ch.Planungszonen', '/home/kalle/projects/rudert-geoinformatik/geolink2oereb/geolink2oereb/config_gr.yaml', 'pyramid_oereb'))
assign_uuids(unique_dokumente, unique_aemter)

0 comments on commit 22cbfb3

Please sign in to comment.