mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-17 19:48:31 +02:00
Merge branch 'develop' into ruamel
This commit is contained in:
commit
2e9a28b59d
2 changed files with 35 additions and 36 deletions
66
.gitignore
vendored
66
.gitignore
vendored
|
@ -1,64 +1,58 @@
|
||||||
|
# Byte-compiled DLL and Shared Library files
|
||||||
*.py[cod]
|
*.py[cod]
|
||||||
|
|
||||||
# C extensions
|
|
||||||
*.so
|
*.so
|
||||||
|
|
||||||
# Packages
|
# Packages
|
||||||
*.egg
|
*.egg
|
||||||
*.egg-info
|
*.egg-info/
|
||||||
dist
|
|
||||||
build
|
|
||||||
eggs
|
|
||||||
parts
|
|
||||||
bin
|
|
||||||
var
|
|
||||||
sdist
|
|
||||||
develop-eggs
|
|
||||||
.installed.cfg
|
.installed.cfg
|
||||||
lib64
|
bin/
|
||||||
|
build/
|
||||||
|
develop-eggs/
|
||||||
|
dist/
|
||||||
|
eggs/
|
||||||
|
lib64/
|
||||||
|
parts/
|
||||||
|
sdist/
|
||||||
|
var/
|
||||||
|
|
||||||
# Versioning
|
# Versioning
|
||||||
.python-version
|
.python-version
|
||||||
.tool-version
|
.tool-version
|
||||||
|
|
||||||
# Installer logs
|
# Installer logs
|
||||||
pip-log.txt
|
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.travis-solo
|
.travis-solo
|
||||||
Icon
|
Icon
|
||||||
|
pip-log.txt
|
||||||
|
|
||||||
# Documentation
|
# Documentation
|
||||||
_build
|
_build
|
||||||
_sources
|
_sources
|
||||||
_static
|
_static
|
||||||
|
coverage.xml
|
||||||
|
exp/
|
||||||
objects.inv
|
objects.inv
|
||||||
searchindex.js
|
searchindex.js
|
||||||
|
|
||||||
# MS Visual Studio (PyTools)
|
|
||||||
obj
|
|
||||||
*.pyproj
|
|
||||||
*.sln
|
|
||||||
*.suo
|
|
||||||
|
|
||||||
# virtaulenv
|
# virtaulenv
|
||||||
|
.venv*/
|
||||||
env/
|
env/
|
||||||
env*/
|
env*/
|
||||||
venv*/
|
venv*/
|
||||||
.venv*/
|
|
||||||
|
|
||||||
# PyCharm Project files
|
# Editor and IDE specific files
|
||||||
.idea/
|
# Since contributors may want to user a variety of development tools it is
|
||||||
|
# recommended that editor specific file types be ignored globally by each
|
||||||
# export testing directories
|
# contributor via a global gitignore. Instructions for setting up a global
|
||||||
exp/
|
# ignore file can be found here:
|
||||||
|
# https://docs.github.com/en/get-started/getting-started-with-git/ignoring-files
|
||||||
_extras/
|
# (Configuring ignored files for all repositories on your computer)
|
||||||
*.sublime-*
|
# Examples of such files are:
|
||||||
site/
|
# MS Visual Studio (PyTools)
|
||||||
|
# obj
|
||||||
.vscode/settings.json
|
# *.suo
|
||||||
coverage.xml
|
# PyCharm
|
||||||
.vscode/launch.json
|
# .idea/
|
||||||
.coverage
|
# VS Code
|
||||||
.vscode/tasks.json
|
# .vscode/settings.json
|
||||||
todo.txt
|
|
|
@ -4,8 +4,13 @@
|
||||||
|
|
||||||
[Full Changelog](https://github.com/jrnl-org/jrnl/compare/v2.8.4...HEAD)
|
[Full Changelog](https://github.com/jrnl-org/jrnl/compare/v2.8.4...HEAD)
|
||||||
|
|
||||||
|
**Build:**
|
||||||
|
|
||||||
|
- Drop support for Python 3.7 and 3.8 [\#1412](https://github.com/jrnl-org/jrnl/pull/1412) ([micahellison](https://github.com/micahellison))
|
||||||
|
|
||||||
**Packaging:**
|
**Packaging:**
|
||||||
|
|
||||||
|
- Sync jrnl's Python version support more closely to Python release cycle [\#1406](https://github.com/jrnl-org/jrnl/issues/1406)
|
||||||
- Bump pytest from 6.2.5 to 7.0.0 [\#1407](https://github.com/jrnl-org/jrnl/pull/1407) ([dependabot[bot]](https://github.com/apps/dependabot))
|
- Bump pytest from 6.2.5 to 7.0.0 [\#1407](https://github.com/jrnl-org/jrnl/pull/1407) ([dependabot[bot]](https://github.com/apps/dependabot))
|
||||||
|
|
||||||
## [v2.8.4](https://pypi.org/project/jrnl/v2.8.4/) (2022-02-12)
|
## [v2.8.4](https://pypi.org/project/jrnl/v2.8.4/) (2022-02-12)
|
||||||
|
|
Loading…
Add table
Reference in a new issue