Skip to content

Commit 1fdaff8

Browse files
Mergebranch 'master' into develop
2 parents 9f4b0be + 50c4bfe commit 1fdaff8

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

β€Ž.tool-versionsβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
python 3.9.10
1+
python 3.12.7

β€ŽLICENSEβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2023 Fernando Celmer
3+
Copyright (c) 2024 Fernando Celmer
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

β€Ždocs/index.mdβ€Ž

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ theme:
4949
5050
We use GitHub issues for tracking bugs and feature requests and have limited bandwidth to address them. If you need anything, I ask you to please follow our templates for opening issues or discussions.
5151
52-
- πŸ› [Bug Report](https://github.com/FernandoCelmer/mkdocs-simple-blog/issues/new)
53-
- πŸ“• [Documentation Issue](https://github.com/FernandoCelmer/mkdocs-simple-blog/issues/new)
54-
- πŸš€ [Feature Request](https://github.com/FernandoCelmer/mkdocs-simple-blog/issues/new)
55-
- πŸ’¬ [General Question](https://github.com/FernandoCelmer/mkdocs-simple-blog/issues/new)
52+
- πŸ› [Bug Report](https://github.com/FernandoCelmer/mkdocs-simple-blog/issues/new/choose)
53+
- πŸ“• [Documentation Issue](https://github.com/FernandoCelmer/mkdocs-simple-blog/issues/new/choose)
54+
- πŸš€ [Feature Request](https://github.com/FernandoCelmer/mkdocs-simple-blog/issues/new/choose)
55+
- πŸ’¬ [General Question](https://github.com/FernandoCelmer/mkdocs-simple-blog/issues/new/choose)
5656
5757
## Commit Style
5858

β€Žmkdocs_simple_blog/__init__.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
__author__ = 'Fernando Celmer <[email protected]>'
44
__copyright__ = """MIT License
55
6-
Copyright (c) 2023 Fernando Celmer
6+
Copyright (c) 2024 Fernando Celmer
77
88
Permission is hereby granted, free of charge, to any person obtaining a copy
99
of this software and associated documentation files (the "Software"), to deal

β€Žrequirements.txtβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
mkdocs==1.5.2
2-
mkdocs-simple-blog==0.0.8
1+
mkdocs==1.6.1
2+
mkdocs-simple-blog==0.0.9

0 commit comments

Comments
Β (0)