Skip to content

Commit

Permalink
chore: Applies post-release modifications (#225)
Browse files Browse the repository at this point in the history
* chore: Bumps version index

* docs: Updates documentation
  • Loading branch information
frgfm committed Oct 19, 2023
1 parent 53e9dfe commit a4e5f2e
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions .conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
# {% set urls = pyproject.get('project', {}).get('urls') %}
package:
name: torchcam
version: "{{ environ.get('BUILD_VERSION', '0.4.0.dev0') }}"
version: "{{ environ.get('BUILD_VERSION', '0.4.1.dev0') }}"

source:
fn: torchcam-{{ environ.get('BUILD_VERSION', '0.4.0.dev0') }}.tar.gz
url: ../dist/torchcam-{{ environ.get('BUILD_VERSION', '0.4.0.dev0') }}.tar.gz
fn: torchcam-{{ environ.get('BUILD_VERSION', '0.4.1.dev0') }}.tar.gz
url: ../dist/torchcam-{{ environ.get('BUILD_VERSION', '0.4.1.dev0') }}.tar.gz

build:
noarch: python
Expand Down
6 changes: 2 additions & 4 deletions docs/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,9 @@ cp -r source/_static .
cp source/conf.py _conf.py
git fetch --all --tags --unshallow
deploy_doc "" latest
deploy_doc "7be0b4f" v0.1.0
deploy_doc "a95d680" v0.1.1
deploy_doc "521b4f9" v0.1.2
deploy_doc "eb9427e" v0.2.0
deploy_doc "d8d722d" v0.3.0
deploy_doc "e34fc42" v0.3.1
deploy_doc "1b6f37d" # v0.3.2 Latest stable release
deploy_doc "1b6f37d" v0.3.2
deploy_doc "53e9dfe" # v0.4.0 Latest stable release
rm -rf _build _static _conf.py
8 changes: 3 additions & 5 deletions docs/source/_static/js/custom.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changelog
=========

v0.4.0 (2023-10-19)
-------------------
Release note: `v0.4.0 <https://github.com/frgfm/torch-cam/releases/tag/v0.4.0>`_

v0.3.2 (2022-08-02)
-------------------
Release note: `v0.3.2 <https://github.com/frgfm/torch-cam/releases/tag/v0.3.2>`_
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from setuptools import setup

PKG_NAME = "torchcam"
VERSION = os.getenv("BUILD_VERSION", "0.4.0.dev0")
VERSION = os.getenv("BUILD_VERSION", "0.4.1.dev0")


if __name__ == "__main__":
Expand Down

0 comments on commit a4e5f2e

Please sign in to comment.