Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Django Any-JS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AlekSIS®
Libraries
Django Any-JS
Commits
1f4984aa
Commit
1f4984aa
authored
4 years ago
by
Jonathan Weth
Browse files
Options
Downloads
Patches
Plain Diff
Add changelog and bump version to 1.1
parent
5d24f2e9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!2
Update meta information
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.rst
+45
-0
45 additions, 0 deletions
CHANGELOG.rst
pyproject.toml
+1
-1
1 addition, 1 deletion
pyproject.toml
with
46 additions
and
1 deletion
CHANGELOG.rst
0 → 100644
+
45
−
0
View file @
1f4984aa
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## Unreleased
## 1.1
### Added
- Add changelog
### Changed
- Use poetry as packaging system and replace ``setup.py`` with ``pyproject.toml``.
### Removed
- Remove support for Django versions below 2.2.
## 1.0.3.post1
### Changed
- Relicence under Apache License 2.0.
- Move repository to AlekSIS group on edugit.org.
## 1.0.3.post0
### Fixed
- Add missing instructions in README.rst.
## 1.0.3
### Fixed
- Replace ``Context`` objects with plain dictionaries in template tag code.
## 1.0.2
### Fixed
- Include template tags in package distribution.
- Fix dictionary lookup in template tags.
## 1.0
### Added
- Add template tags to readably include JavaScript/CSS files in templates.
This diff is collapsed.
Click to expand it.
pyproject.toml
+
1
−
1
View file @
1f4984aa
[tool.poetry]
name
=
"django-any-js"
version
=
"1.
0.4
"
version
=
"1.
1
"
description
=
"Include JavaScript/CSS libraries with readable template tags"
authors
=
[
"Dominik George <dominik.george@teckids.org>"
]
maintainers
=
[
"Dominik George <dominik.george@teckids.org>"
,
"Jonathan Weth <dev@jonathanweth.de>"
]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment