Skip to content

Commit

Permalink
Merge pull request #32 from watermarkhu/development
Browse files Browse the repository at this point in the history
let poetry update conf.py version
  • Loading branch information
watermarkhu authored Mar 6, 2024
2 parents f613f84 + d44bfde commit 71f5da8
Show file tree
Hide file tree
Showing 5 changed files with 2,102 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ ipython_config.py
# This is especially recommended for binary packages to ensure reproducibility, and is more
# commonly ignored for libraries.
# https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
poetry.lock
# poetry.lock

# pdm
# Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.
Expand Down
1 change: 0 additions & 1 deletion docs/.gitignore

This file was deleted.

4 changes: 1 addition & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
from datetime import date

from textmate_grammar import __version__

# -- Project information -----------------------------------------------------

project = "Texmate Grammar Python"
version = __version__
version = "0.2.0"
copyright = f"{date.today().year}, Mark Shui Hu"
author = "Mark Shui Hu"

Expand Down
Loading

0 comments on commit 71f5da8

Please sign in to comment.