Skip to content

Commit

Permalink
Merge pull request #22 from paveldat/dev/pdat
Browse files Browse the repository at this point in the history
Change README.md
  • Loading branch information
paveldat authored Oct 22, 2023
2 parents b6e6195 + fe37e58 commit 8ff75f9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# gods_eye changelog

## 1.1.2
- Changed README

## 1.1.1
- Remove unused dependencies

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ from clickjacking.clickjacking import ClickJacking

It is not difficult to guess that the following template is used here:
`from <directory>.<filename> import <class_name>`
For example:
`from clickjacking.clickjacking import ClickJacking`

Be careful, we don't use the `src` directory anymore.

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = gods_eye
version = 1.1.1
version = 1.1.2
author = Pavel Dat
author_email = dats.pavel1999@gmail.com
description = A set of tools which should be used in Gods Eye
Expand Down

0 comments on commit 8ff75f9

Please sign in to comment.