Skip to content

Commit

Permalink
🔧 MAINTAIN
Browse files Browse the repository at this point in the history
  • Loading branch information
delameter committed Oct 23, 2023
1 parent fa31ab4 commit 4606372
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
4 changes: 3 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,10 @@ pending
- |REMOVE| `log` module
- |FIX| conflict color tokens are allowed as long as original names differ
- |FIX| `Color16`, `Color256`, `ColorRGB` hash computation
- |MAINTAIN| pre-build scripts
- |DOCS| LaTeX terminal output examples formatting

.. <@pending:70db107>
.. <@pending:fa31ab4>
.. ^ blank line before should be kept
Expand Down
10 changes: 5 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ init-venv: ## Prepare manual environment <venv>
${VENV_LOCAL_PATH}/bin/python -m pip install -r requirements-build.txt -r requirements-test.txt
${VENV_LOCAL_PATH}/bin/python -m pytermor

init-hatch: ## Install build backend <system>
init-hatch: ## Install build backend <system>
pipx install hatch

init-system-pdf: ## Prepare environment for pdf rendering
Expand Down Expand Up @@ -278,10 +278,10 @@ _set_next_version = (hatch version $1 | \
)
_set_current_date = (sed ${VERSION_FILE_PATH} -i -Ee 's/^(__updated__).+/\1 = "${NOW}"/w/dev/stdout' | cut -f2 -d'"')

#next-version-dev: ## Increase version by <dev>
# @$(call _set_current_date)
# @$(call _set_next_version,dev)
# @echo
next-version-dev: ## Increase version by <dev>
@$(call _set_current_date)
@$(call _set_next_version,dev)
@echo

next-version-micro: ## Increase version by 0.0.1
@$(call _set_current_date)
Expand Down
4 changes: 2 additions & 2 deletions pytermor/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
# (c) 2022-2023. A. Shavykin <0.delameter@gmail.com>
# Licensed under GNU Lesser General Public License v3.0
# -----------------------------------------------------------------------------
__version__ = '2.106.4'
__updated__ = "2023-10-17 15:30:12+03:00"
__version__ = '2.106.4.dev0'
__updated__ = "2023-10-22 07:10:13+03:00"

0 comments on commit 4606372

Please sign in to comment.