Skip to content

Commit

Permalink
Implement stable discovering of releases by identifier (#42)
Browse files Browse the repository at this point in the history
* Implement stable discovering of releases by identifier

* Allow to pass 'daily' as an alias for 'nightly' release

* Download nightly releases
  • Loading branch information
mondeja authored Jan 11, 2022
1 parent 210f1ac commit f489a00
Show file tree
Hide file tree
Showing 9 changed files with 251 additions and 77 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.17
current_version = 0.0.18

[bumpversion:file:blender_downloader/__init__.py]

Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/__pycache__
__pycache__
/venv
blender-*
!blender_downloader.py
Expand Down
Loading

0 comments on commit f489a00

Please sign in to comment.