Skip to content

Commit

Permalink
#338 - Initial changes for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
jackdewinter committed Apr 2, 2022
1 parent 3c03ae5 commit e1d3e27
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 1 deletion.
19 changes: 19 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
version: 2

# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file

updates:
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: daily
# Check for updates at 1am Pacific time
time: "01:00"
timezone: "America/Los_Angeles"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
# Check for updates at 1am Pacific time
time: "01:00"
timezone: "America/Los_Angeles"
14 changes: 14 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@

### Added

- None

### Changed

- None

### Fixed

- None

## Version 0.9.6 - Date: 2022-04-02

### Added

- [Added - Issue 293](https://github.com/jackdewinter/pymarkdown/issues/293)
- next round of nested level tests, with new list items
- [Added - Issue 319](https://github.com/jackdewinter/pymarkdown/issues/319)
Expand Down
1 change: 1 addition & 0 deletions install-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
application-properties==0.5.2
Columnar==1.4.1
typing-extensions==4.1.1
2 changes: 1 addition & 1 deletion pymarkdown/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Library version information.
"""

__version__: str = "0.9.5"
__version__: str = "0.9.6"
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ def load_readme_file():

PACKAGE_MODULES = [
"pymarkdown",
"pymarkdown.extension_manager",
"pymarkdown.extensions",
"pymarkdown.plugin_manager",
"pymarkdown.plugins",
"pymarkdown.resources",
]
Expand Down

0 comments on commit e1d3e27

Please sign in to comment.